home *** CD-ROM | disk | FTP | other *** search
- Subject: Pattern accessors
- Sent: 4/16/96 2:50 PM
- Received: 4/16/96 3:20 PM
- From: Martin Sandberg, msandber@Sigma4.com
- Reply-To: ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- Why does FW_CColor have a complete set of accessors:
- void SetRGB(unsigned short r, unsigned short g, unsigned
- short b);
- void GetRGB(unsigned short& r, unsigned short& g,
- unsigned short& b) const;
-
- and so on and so forth while FW_CPattern lacks them?? The
- FW_CColorPatternRep DOES have some accessors, but they're _private_!!
- What's going on here?
-
- I'm also wondering about the split of characteristics between FW_CInkRep
- and FW_CStyleRep. IE, why does the Style have a pattern in it and why does
- the Ink not have it and so on and so forth. In fact, since all objects have
- BOTH, why have two things to completely describe the drawing mode?
-
- And one further puzzlement - how does one get from a Style to a color pattern?
- Thanx in advance.
-
- Martin
-
-